home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spice.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  382 b   |  13 lines

  1. on exitFrame
  2.   if not (the quickTimePresent) then
  3.     alert("The SpiceWorld CD-ROM requires Quicktime‚Ñ¢." & RETURN & "Please refer to your computer manuals for more information.")
  4.     quit()
  5.   else
  6.     if the platform contains "macintosh" then
  7.       go(1, the pathName & "elements:spiceone.dir")
  8.     else
  9.       go(1, the pathName & "elements/spiceone.dir")
  10.     end if
  11.   end if
  12. end
  13.